Feature: Validacion funcionalidades Ghost

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 46.111s

Scenario: Como usuario, quiero crear una nueva publicación de blog

Before 0m 16.662s
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin" 0m 6.659s
When I enter email "testerJunior@gmail.com" 0m 1.061s
And I enter password "testerjunior1" 0m 0.868s
And I click login 0m 0.738s
When I click on posts 0m 3.601s
And I click on new post 0m 1.043s
And I enter post title "titulo de la nueva publicación" in the content field 0m 1.171s
And I enter post content "contenido de la nueva publicación" in the content field 0m 1.750s
When I click publish 0m 1.043s
Then I verify that a button with span continue final review exists 0m 0.686s
When I click continue, final review 0m 0.914s
Then I verify that a button with span Publish post, right now exists 0m 0.619s
When I click publish post, right now 0m 0.730s
And I click Back to editor 0m 1.898s
And I click on posts 0m 0.517s
And I click on posts 0m 0.564s
Then I verify that a post with text "titulo de la nueva publicación" exists 0m 0.521s
After 0m 5.066s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When I enter email "testerJunior@gmail.com"
And I enter password "testerjunior1"
And I click login
When I click on posts
And I click on new post
And I enter post title "titulo de la nueva publicación" in the content field
And I enter post content "contenido de la nueva publicación" in the content field
When I click publish
Then I verify that a button with span continue final review exists
When I click continue, final review
Then I verify that a button with span Publish post, right now exists
When I click publish post, right now
And I click Back to editor
And I click on posts
And I click on posts
Then I verify that a post with text "titulo de la nueva publicación" exists
After
NO IMAGE AVAILABLE